PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / writeBytes Method / writeBytes(byte[]) Method
Bytes to write.
In This Topic
    writeBytes(byte[]) Method
    In This Topic
    Writes the specified bytes to the content stream.
    Syntax
    public void writeBytes( 
       byte[] buffer
    )

    Parameters

    buffer
    Bytes to write.
    See Also